docs: fix broken links#1663
Conversation
Signed-off-by: Sridhar Suthapalli <sridharsuthapalli@gmail.com>
There was a problem hiding this comment.
Pull request overview
This PR fixes broken documentation links in README files across the spring-boot-examples and spring-boot-4-examples workflow directories. The changes address issue #1551 which reported a broken Testcontainers link. All corrections update file paths to valid locations and fix a typo in the directory name.
Changes:
- Fixed missing
src/prefix in file paths for test class references - Corrected package names from
springboottospringboot4in spring-boot-4-examples - Fixed typo "orchstrator" to "orchestrator" in file paths
Reviewed changes
Copilot reviewed 4 out of 4 changed files in this pull request and generated no comments.
| File | Description |
|---|---|
| spring-boot-examples/workflows/patterns/README.md | Added missing src/ prefix to test file path |
| spring-boot-examples/workflows/multi-app/README.md | Fixed typo "orchstrator" to "orchestrator" in file path |
| spring-boot-4-examples/workflows/patterns/README.md | Added src/ prefix and corrected package name to springboot4 in two file paths |
| spring-boot-4-examples/workflows/multi-app/README.md | Fixed typo and corrected package name to springboot4 in three file paths |
💡 Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.
siri-varma
left a comment
There was a problem hiding this comment.
LGTM. Thank you for the contribution.
Codecov Report✅ All modified and coverable lines are covered by tests. Additional details and impacted files@@ Coverage Diff @@
## master #1663 +/- ##
=========================================
Coverage 79.26% 79.26%
Complexity 2146 2146
=========================================
Files 234 234
Lines 6464 6464
Branches 700 700
=========================================
Hits 5124 5124
Misses 987 987
Partials 353 353 ☔ View full report in Codecov by Sentry. 🚀 New features to boost your workflow:
|
|
@holopin-bot @Illuminati9 sdk-badge Thank you! Here's a digital badge as a small token of appreciation. |
|
Congratulations @Illuminati9, the maintainer of this repository has issued you a badge! Here it is: https://holopin.io/claim/cmqbfd0co0015ks0b8vbh3md9 This badge can only be claimed by you, so make sure that your GitHub account is linked to your Holopin account. You can manage those preferences here: https://holopin.io/account. |
Description
README.md files in spring-boot-examples/ and spring-boot-4-examples/ has broken links to files. Fixed url's for all the README.md files in these folders
Issue reference
We strive to have all PR being opened based on an issue, where the problem or feature have been discussed prior to implementation.
Please reference the issue this PR will close: #1551
Checklist
Please make sure you've completed the relevant tasks for this PR, out of the following list: